PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFMatrix Class / translate Method
The x value by which to translate this matrix.
The y value by which to translate this matrix.
In This Topic
    translate Method
    In This Topic
    Applies the specified translation vector (tx and ty) to this matrix by prepending the translation vector.
    Syntax
    public void translate( 
       double tx,
       double ty
    )

    Parameters

    tx
    The x value by which to translate this matrix.
    ty
    The y value by which to translate this matrix.
    See Also